home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_313 / uucp / uucp1.lzh / src / version.h < prev   
Text File  |  1990-01-25  |  705b  |  23 lines

  1.  
  2. /*
  3.  *  VERSION.H
  4.  *
  5.  *  Major version number (minor version numbers kept in subsidary
  6.  *  files.
  7.  */
  8.  
  9. #define VERSION "V1.03D(0.40W/0.60W)"
  10.  
  11. #define COPYRIGHT \
  12.    "(C) Copyright 1987 by John Gilmore\n"   \
  13.    "Copying and use of this program are controlled by the terms of the Free\n" \
  14.    "Software Foundation's GNU Emacs General Public License.\n"                \
  15.    "Amiga Changes Copyright 1988 by William Loftus. All rights reserved.\n"     \
  16.    "Additional chgs Copyright 1989 by Matthew Dillon, All Rights Reserved.\n"
  17.  
  18. #define DCOPYRIGHT \
  19.     "(c)Copyright 1990, Matthew Dillon, all rights reserved\n"
  20.  
  21. #define IDENT(subv)   static char *Ident = "@($)" __FILE__ " " VERSION subv " " __DATE__
  22.  
  23.